PAID_PLUGIN_SEARCHABLE_OPTIONS_WARNING

Due to IDE limitations, it is impossible to run the IDE in headless mode to collect searchable options for a paid plugin. As paid plugins require providing a valid license and presenting a UI dialog, it is impossible to handle such a case, and the task will fail. This feature flag displays the given warning when the task is run by a paid plugin.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getValue(providers: ProviderFactory): Provider<Boolean>
Link copied to clipboard
fun isEnabled(providers: ProviderFactory): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.

Link copied to clipboard
open override fun toString(): String